Author |
Thread Statistics | Show CCP posts - 0 post(s) |

Mr Bushar
Myron Gainez
17
|
Posted - 2012.07.20 15:41:00 -
[1] - Quote
First, I would like to thank the developer for making eve profit open source. It is now the main API reader I use to manage my trades.
http://sourceforge.net/projects/os-eveprofit/
I figured since I've been getting a lot of hate in these forums, I would contribute something of value (not that everything else I've contributed thus far wasn't of value, it was just mostly unappreciated).
Guide to installing it Installing it is very very complicated for someone who is not computer savvy.
Short version: You need to have Apache (http server), PHP (web language) integrated into apache, MySQL for database management, and the ability to import the installation database into MySQL which is to be integrated with Apache
Sounds disgusting? that's because it is. Here's a quick and easy way to do this:
1. http://www.wampserver.com/en/ Download Wamp Server. It is basically Apache, PHP, and MySQL together. Automatically configured. This saves you about 7 hours.
2. Get a wamp server running and go to localhost on your browser. If it works, congratulations, you're almost there
3. Import the files in the zip to the /www folder in your Wamp server folder Go to localhost, your page will look messed up. That's because you don't have a database yet
4. Left click on wamp server, go to PHPmyadmin, and set up a username and password with full access rights that you will use to upload your database.
5. Importing the database into Wamp Server is impossible due to its size. Install the following: http://www.ozerov.de/bigdump/ and configure it to upload 'eveprofit' (might be eveprofits, ill have to double check it)
Hopefully I saved you hours of headaches.
Enjoy,
Bushar |

Mr Bushar
Myron Gainez
18
|
Posted - 2012.07.20 16:42:00 -
[2] - Quote
sorry for not replying so fast, gotta do something real quick and ill answer all questions |

Mr Bushar
Myron Gainez
18
|
Posted - 2012.07.20 16:56:00 -
[3] - Quote
Onyth wrote:Hey there, big thanks for this! Works fine for me up until step 5, I'm afraid I don't know how to configure (nor how to install) that file.
I went to the site, downloaded the .zip file. Unzipped it, but then what? How do you install that file? As it shows up as a .php file for me, where did I go wrong? :p
Unzip the .zip into the www folder and go to localhost/filename.php Make sure to edit it for the username and password by opening .php with notepad or something |

Mr Bushar
Myron Gainez
18
|
Posted - 2012.07.20 16:57:00 -
[4] - Quote
CorInaXeraL wrote: Pretentious much?
Bashed the auditors and refused to comply with requests - Check.
Created a bond for the purpose of rep-grinding and admit to it - Check
Bash others on MD while boasting you are the king of trade - Check
Flaunt your (still minor) achievements like it's a foot-long **** - Check
Yeah, lots of unappreciated value there.
Get out of my thread. You're wasting my time and trolling in a productive thread. Keep your trolling to my bond thread, or better yet, don't post at all.
I flagged your post for inappropriateness, trolling, and offensive language. |

Mr Bushar
Myron Gainez
18
|
Posted - 2012.07.20 17:07:00 -
[5] - Quote
Kailean wrote:Mr Bushar wrote:I figured since I've been getting a lot of hate in these forums, Hate? Hardly.
Delete your post and I will delete mine. I am trying to keep this thread on topic so that people can troubleshoot technical problems and easily search for solutions to common problems. I don't want to start flagging more posts. |

Mr Bushar
Myron Gainez
18
|
Posted - 2012.07.20 17:11:00 -
[6] - Quote
Onyth wrote:Thanks for the reply, the problem is this now :p
Database connection failed due to Access denied for user 'Daan'@'localhost' (using password: YES)
I editted the .php file to my username and password I made earlier
Paste the part with your SQL username and pasword (make them arbitrary, not the same as the password you use anywhere else) on both PHPMyAdmin as well as BigDump, and I'll see what went wrong. |

Mr Bushar
Myron Gainez
18
|
Posted - 2012.07.20 17:18:00 -
[7] - Quote
Onyth wrote:Database connection failed due to No database selected
That's what I get when I go to http://localhost/bigdump.php
$db_username = 'Daan'; $db_password = 'daan';
I hope that's what you need/ment? or?
Yep, that's what I meant :) Just before the $db_username and password, there is a database='' Put eveprofit in that part. |

Mr Bushar
Myron Gainez
18
|
Posted - 2012.07.20 17:33:00 -
[8] - Quote
Onyth wrote:I'm terribly sorry... but now it says: Database connection failed due to Unknown database 'eveprofit'
copy the eveprofit.sql file to the same folder as bigdump |

Mr Bushar
Myron Gainez
18
|
Posted - 2012.07.20 18:01:00 -
[9] - Quote
Onyth wrote:Both the bigdump.php aswel as the eveprofit.sql are in this folder: C:\wamp\www
And It still gives the same error :s
the undefined database error? try "eveprofits" but im pretty sure its eveprofit paste the line of code with the db name |

Mr Bushar
Myron Gainez
18
|
Posted - 2012.07.20 18:24:00 -
[10] - Quote
Onyth wrote:eveprofits didn't work either.
Database configuration
$db_server = 'localhost'; $db_name = 'eveprofit'; $db_username = 'Daan'; $db_password = 'daan';
// Other settings (optional)
$filename = ''; //
that undefined error, I don't have a clue what that one is about, it was there when I opened it for the first time so...
At this point I'm really not sure, I was able to import it from there |

Mr Bushar
Myron Gainez
18
|
Posted - 2012.07.20 23:52:00 -
[11] - Quote
Glad I could help! |

Mr Bushar
Myron Gainez
18
|
Posted - 2012.07.21 00:41:00 -
[12] - Quote
Klown Walk wrote:Onyth wrote:After repeadetly trying this, I'm still stuck on "Database connection failed due to Unknown database 'eveprofit'"
The DB is located in the same folder as the bigdump file, so I honestly don't understand why it just wont work :o I-Śm stuck in the same place.
Could you guys paste the bigdump php code where it has all of the information? (user/password/name) |

Mr Bushar
Myron Gainez
18
|
Posted - 2012.07.21 01:10:00 -
[13] - Quote
Onyth wrote:// Database configuration
$db_server = 'localhost'; $db_name = 'eveprofit'; $db_username = 'Onyth'; $db_password = 'daan';
// Other settings (optional)
$filename = ''; //
Already tried importing it, didn't work :p 'only' 32x or so too big :p
hmm, try setting filename to eveprofit.sql - that is what i would try |

Mr Bushar
Myron Gainez
18
|
Posted - 2012.07.21 01:30:00 -
[14] - Quote
Onyth wrote:already tried the .sql variation; Tried moving both files to a different map (dump). This gives the same result. Tried it on my laptop in the meanwhile, gives same result.
Is there anything I might've forgotten to do? Like import something somewhere or so? Something totally logical to you, but unknown (or so) to me?
Try using PHPMyAdmin to manually create an 'eveprofit' database and leave it blank, and then try another time? |

Mr Bushar
Myron Gainez
18
|
Posted - 2012.07.21 01:33:00 -
[15] - Quote
Thoraemond wrote:Mr Bushar wrote:First, I would like to thank the developer for making eve profit open source. It is now the main API reader I use to manage my trades: http://sourceforge.net/projects/os-eveprofit/I figured since I've been getting a lot of hate in these forums, I would contribute something of value (not that everything else I've contributed thus far wasn't of value, it was just mostly unappreciated). Hopefully I saved you hours of headaches. Enjoy, Bushar Haven't you saved would-be scammers hours of headaches, too? Sometimes people post screenshots of this and other API-reading applications as putative "evidence" of their trading or manufacturing activities. Having the application and data under your direct control means that you can manipulate the data directly to create whatever screenshots you want at any time, right? I.e., without needing to do the actual trading or manufacturing?
Not sure if serious mind=blown |

Mr Bushar
Myron Gainez
18
|
Posted - 2012.07.21 02:31:00 -
[16] - Quote
Mara Rinn wrote:Thoraemond wrote:Sometimes people post screenshots of this and other API-reading applications as putative "evidence" of their trading or manufacturing activities. Are you suggesting that screenshots can never be faked? Or are you suggesting that a mere trillion ISK or two isn't worth the effort of saving a web page from an API-reading site and adjusting the HTML to make the web page say what you want it to say? Wouldn't the effort of installing this software be far greater than writing up an HTML page containing the information you want?
Agreed 100%, I was going to type something similar but figured why even bother I'm lolling hard This forum is like a religion where the devil is a scammer, and everyone except 5 people is a witch trying to conjure demonic scams
Thank you, Mara Rinn, for having some common sense You can't even receive one 'thank you' on this forum, despite making a useful guide, because you are either 1) a scammer 2) a demon who helps scammers |

Mr Bushar
Myron Gainez
18
|
Posted - 2012.07.21 02:56:00 -
[17] - Quote
Mara Rinn wrote:Mr Bushar wrote:You can't even receive one 'thank you' on this forum, despite making a useful guide, because you are either 1) a scammer 2) a demon who helps scammers Well, you are instructing people in the art of setting up software that uses PHP and MySQL. Thus, you are the hand of Satan.
I love you Now, we must meet in the darkest cave in hell and plan our next scam attack. We will call it Fraudbond Incorporated, and as the hand of Satan, I will tell you that I have the approval of the devil himself. |

Mr Bushar
Myron Gainez
18
|
Posted - 2012.07.21 03:02:00 -
[18] - Quote
Thoraemond wrote:Mara Rinn wrote:Are you suggesting that screenshots can never be faked? No, quite the contrary: hence my pejorative construction, scare quotes and all: putative "evidence". Mara Rinn wrote:Or are you suggesting that a mere trillion ISK or two isn't worth the effort of saving a web page from an API-reading site and adjusting the HTML to make the web page say what you want it to say?
Wouldn't the effort of installing this software be far greater than writing up an HTML page containing the information you want? I'm probably not a good judge of what hoops people will jump through for a pittance. I don't have a lot of need for fake screenshots, so I have not tested which method is less effort. I'd guess it might depend on whether one finds it easier to install and use software, or to learn to read HTML. Also, and I'm just spitballin' here, I would guess that a couple of screenshots might be quicker to fake using direct editing of HTML, but if one wants to maintain an internally-consistent thread of fake screenshots over a period of time, having a software tool to keep track of it all might help. So maybe it boils down to whether the would-be scammer is engaged in a quick grab or a longer con?
You would make a really good politician. |

Mr Bushar
Myron Gainez
18
|
Posted - 2012.07.21 03:18:00 -
[19] - Quote
Thoraemond wrote:Mr Bushar wrote:You would make a really good politician. I couldn't make up my mind between two replies; so take your pick:
- Ad hominem already?!
- I forget, is politics a quick grab or a longer con?
You even made a [list]... but why do I have to pick just one of them? I pick both, it's more satanic that way  |
|
|